home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gnuinfo.lha / GNUinfo / ftp < prev    next >
Text File  |  1993-07-19  |  10KB  |  215 lines

  1.         -*- text -*-
  2. How to get GNU Software by Internet FTP or by UUCP.  Last updated 21 Apr 93.
  3.  
  4. * Please send improvements to this file to gnu@prep.ai.mit.edu.
  5.  
  6. * No Warranties
  7.  
  8. We distribute software in the hope that it will be useful, but without
  9. any warranty.  No author or distributor of this software accepts
  10. responsibility to anyone for the consequences of using it or for
  11. whether it serves any particular purpose or works at all, unless he
  12. says so in writing.
  13.  
  14. * Updates
  15.  
  16. If you find this file in the Emacs distribution, there is a chance it
  17. is out of date.  If you plan to FTP files from prep.ai.mit.edu, you
  18. might as well start by FTPing the current version of this file, which
  19. is `/pub/gnu/GNUinfo/FTP'.
  20.  
  21. * How to FTP
  22.  
  23. Use the ftp program on your system (ask locally if you can't find it)
  24. to connect to the host you are ftping from.  Unless indicated
  25. otherwise, login in as user "anonymous", with password: "your e-mail
  26. address" and set "binary" mode (to transfer all eight bits in each
  27. byte).
  28.  
  29. * FTPing GNU Software
  30.  
  31. ** How to FTP GNU Emacs
  32.  
  33. If you are on the Internet (see also "** Alternative Internet FTP
  34. Sources" below), you can at present copy the latest distribution
  35. version of GNU Emacs from the file /pub/gnu/emacs-M.N.tar on host
  36. prep.ai.mit.edu (or the file /pub/gnu/emacs-M.N.tar.gz which has been
  37. run through gzip after tar).  M and N stand for version numbers; look
  38. at a listing of the directory through ftp to see what version is
  39. available.  These files are about 11 and 4 megabytes long,
  40. respectively.  After you unpack the distribution, be sure to look at
  41. the files README and INSTALL.
  42.  
  43. Because of difficulties in transferring large files, sometimes a split
  44. version of the tar file is created.  This would be in a directory
  45. named /pub/gnu/emacs-M.N.tar-split or perhaps
  46. /pub/gnu/emacs-M.N.tar.gz-split, containing files of 100000 characters
  47. each.  There is generally no trouble in ftping files of this size.
  48. They can be combined with cat to make a tar file or compressed tar
  49. file.  If you can't find such files on prep.ai.mit.edu, have a look at
  50. archive.cis.ohio-state.edu.
  51.  
  52. ALWAYS USE BINARY/IMAGE MODE TO TRANSFER THESE FILES!
  53. Text mode does not work for tar files or compressed files.
  54.  
  55. Some ftp'ers have found it necessary for successful file transfer:
  56.    - to explicitly use prep.ai.mit.edu internet address:
  57. 18.71.0.38    (as of 11 April 89)
  58.  
  59. Files of differences from previous widely distributed GNU Emacs
  60. versions to the present version are also available on prep.ai.mit.edu
  61. under names of the form emacs.diff-OO.OO-NN.NN in directory /pub/gnu.
  62. These are made with diff -rc2.  Sometimes there are versions
  63. compressed with gzip of these difference files as well; their names
  64. have .gz appended.
  65.  
  66. The Emacs manual in source form is included in the distribution.  The
  67. dvi file produced by TeX is not included, but a copy may be available
  68. for ftp under the name /pub/gnu/emacs.dvi.
  69.  
  70. The Emacs Lisp Reference Manual is in a separate file:
  71.     /pub/gnu/elisp-manual-NN.tar.gz
  72.  
  73. ** VMS versions of GNU Emacs and How To FTP It.
  74. You can anonymously ftp a VMS version of GNU emacs from:
  75.     - addvax.llnl.gov
  76.     - VMSA.OAC.UCI.EDU or VMSD.OAC.UCI.EDU
  77.     - RIGEL.EFD.LTH.SE [130.235.48.3]
  78.     - ctrsci.cc.utah.edu - The 00readme.txt file gives details
  79.     - cc.utah.edu [128.110.8.24], user anonymous, pass guest.  It
  80. has already been compiled and linked so it is ready to run.  You will
  81. need to ftp the reblock.for program to reblock the saveset so that the
  82. backup utility can restore that saveset.  Do a backup/list on the
  83. ftp'd saveset and catch the header info that backup puts out.  It
  84. contains the correct block size to reblock the file to.  Remember to
  85. ftp it in binary mode.
  86.  
  87. ** A VMS version of GCC/G++ and How To FTP It.
  88.  
  89. mango.rsmas.miami.edu has a VMS version of the GCC/G++ compiler.
  90. Contact angel@flipper.miami.edu (angel li) for details.
  91.  
  92. ** Other GNU Software and How To FTP It.
  93.  
  94. Other GNU software is available on prep.ai.mit.edu under directory
  95. /pub/gnu.  diff files to convert between versions (like those used for
  96. GNU Emacs), exist for some of these programs.  Some programs have misc
  97. support files as well.  Have a look on prep to see which ones.
  98. Compressed versions of the tar or diff files are often available
  99. (indicated by a .gz suffix and made with the `gzip' program).  Some of
  100. this software is in beta test (probably still buggy), and is being
  101. made available for use by hackers who like to test software.
  102.  
  103. The file /pub/gnu/DESCRIPTIONS has a list of the packages distributed
  104. on prep.ai.mit.edu with a brief description explaining what
  105. each one can be used for.
  106.  
  107. More information about these programs can typically be found in the
  108. GNU Bulletin.  To receive a copy, write to gnu@prep.ai.mit.edu.
  109.  
  110. ** TeX and How to FTP It
  111.  
  112. We don't distribute TeX now, but it is free software.
  113.  
  114. You can get TeX sources via anonymous FTP from labrea.stanford.edu in
  115. pub/tex.  The directory pub/tex/unix3.0 probably contains what you
  116. want, but see pub/tex/README to be sure.  The most recent incarnation
  117. of the LaTeX macros are in labrea:pub/tex/latex.  If you'd like to
  118. support TUG and/or don't have access to the Internet, then write to
  119. elisabet@max.acs.washington.edu about getting their tape distribution.
  120.  
  121. ** Scheme and How to FTP It
  122.  
  123. The latest distribution version of C Scheme is on the machine
  124. zurich.ai.mit.edu.  To obtain a "tarred" copy of this directory,
  125. telnet to zurich.ai.mit.edu and log in as scheme (password: scheme).
  126. A file called dist.tar will be created (if there isn't one already),
  127. and you will be given a choice of the file transfer program to run (of
  128. all the ones supported by zurich).  It should be self-explanatory (ha,
  129. ha!  [try ? for help]).
  130.  
  131. Read the files INSTALL and README in the top level C Scheme directory.
  132.  
  133. ** Alternative Internet FTP Sources
  134.  
  135. The administrators of louie.udel.edu maintains copies of GNU Emacs.
  136. The files are available via anonymous ftp under directory ~ftp/gnu.
  137.  
  138. Emacs and other GNU programs may be available via anonymous ftp from
  139. these US sites: ftp.kpc.com:/pub/mirror/gnu (Silicon Valley, CA)
  140. labrea.stanford.edu, wuarchive.wustl.edu:/mirrors/gnu,
  141. col.hp.com:/mirrors/gnu, ftp.cs.columbia.edu:/archives/gnu/prep,
  142. ftp.cs.widener.edu, itstd.sri.com, a.cs.uiuc.edu, uxc.cso.uiuc.edu,
  143. scam.berkeley.edu, jaguar.utah.edu, gatekeeper.dec.com:/pub/gnu,
  144. archive.cis.ohio-state.edu, and ftp.uu.net:/archive/systems/gnu).  And
  145. these foreign sites: ftp.cs.ubc.ca:/mirror2/gnu (Canada, daily full
  146. mirror, ran by ftp-admin@cs.ubc.ca), archie.oz.au:/gnu (Australia
  147. (archie.oz or archie.oz.au for ACSnet)),
  148. ftp.technion.ac.il:/pub/unsupported/gnu (Israel, daily full mirror,
  149. ran by ftp-admin), ftp.sun.ac.za:/pub/gnu (South Africa),
  150. ftp.informatik.tu-muenchen.de, ftp.informatik.rwth-aachen.de or
  151. germany.eu.net (mirror ran by archive-admin@germany.eu.net) (Germany),
  152. isy.liu.se, ftp.stacken.kth.se or ftp.luth.se:/pub/unix/gnu (Sweden),
  153. hp4nl.nluug.nl (Netherlands), ftp.win.tue.nl (Netherlands, Internet
  154. Address 131.155.70.100), nic.funet.fi:/pub/gnu (Finland 128.214.6.100,
  155. ran by gnu-adm), ftp.denet.dk (Denmark), ugle.unit.no (Norway
  156. 129.241.1.97), ftp.eunet.ch or nic.switch.ch:/mirror/gnu
  157. (Switzerland), irisa.irisa.fr:/pub/gnu or grasp1.univ-lyon1.fr:pub/gnu
  158. (France), archive.eu.net (Europe, 192.16.202.1),
  159. cair.kaist.ac.kr:/pub/gnu (Korea 143.248.11.170),
  160. utsun.s.u-tokyo.ac.jp:/ftpsync/prep or ftp.cs.titech.ac.jp (Japan,
  161. nemacs, the japanese port of GNU Emacs, is under ~ftp/JAPAN).  Please
  162. do NOT use a site outside your country, until you have checked all
  163. sites inside your country, and then your continent.  Trans-ocean
  164. TCP/IP links are very expensive and usually very low speed.
  165.  
  166. * Getting GNU software in Great Britain
  167.  
  168. jpo@cs.nott.ac.uk is willing to distribute those GNU sources he has
  169. available.  The smaller items are available from the info-server (send
  170. to info-server@cs.nott.ac.uk) the larger items by negotiation.  Due to
  171. communication costs this service is only available within the UK.
  172.  
  173. BattenIG@computer-science.birmingham.ac.uk (aka
  174. I.G.Batten@fulcrum.bt.co.uk) is also willing to distribute those GNU
  175. sources he has.  He can also write tapes in qic-21 and qic-24 formats.
  176.  
  177. lmjm@doc.ic.ac.uk is willing to distribute those GNU sources he has
  178. along with comp.sources.unix, comp.sources.x, X windows et al.  The
  179. archive, on src.doc.ic.ac.uk in directory /gnu, is available via ftp
  180. over the Internet (on 146.169.3.7), niftp over janet (000005102000),
  181. ftam over IXI and uucp.  Due to communication costs this service is
  182. only available within the UK.  Mail to info-server@doc.ic.ac.uk for
  183. details.  He can also write sun cartridge or exabyte tapes.
  184.  
  185. These UK sites have just anonymous FTP access: ftp.mcc.ac.uk
  186. [130.88.203.12], unix.hensa.ac.uk:/pub/uunet/systems/gnu.
  187.  
  188. * Getting GNU software via UUCP
  189.  
  190. OSU is distributing via UUCP: most GNU software, MIT C Scheme,
  191. Compress, News, RN, NNTP, Patch, some Appletalk stuff, some of the
  192. Internet Requests For Comment (RFC) et al..  See their periodic
  193. postings on the Usenet newsgroup comp.sources.d for informational
  194. updates.  Current details from <staff@cis.ohio-state.edu> or
  195. <...!osu-cis!staff>.
  196.  
  197. Information on how to uucp some GNU programs is available via
  198. electronic mail from: uunet!hutch!barber, hqda-ai!merlin, acornrc!bob,
  199. hao!scicom!qetzal!upba!ugn!nepa!denny, ncar!noao!asuvax!hrc!dan,
  200. bigtex!james (aka james@bigtex.cactus.org), oli-stl!root,
  201. src@contrib.de (Germany), toku@dit.co.jp (Japan) and info@ftp.uu.net.
  202.  
  203. * If You Like The Software
  204.  
  205. If you like the software developed and distributed by the Free
  206. Software Foundation, please express your satisfaction with a donation.
  207. Your donations will help to support the Foundation and make our future
  208. efforts successful, including a complete development and operating
  209. system, called GNU (Gnu's Not Un*x), which will run Un*x user
  210. programs.  For more information on GNU and the Foundation, contact us
  211. at the above address.
  212.  
  213. Ordering a distribution tape from the Foundation is often a good
  214. way to bring your company or university to make a donation.
  215.